forked from digicorp/propeller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 721 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "propellerkit",
"version": "0.0.4",
"description": "Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.",
"homepage": "http://propeller.in/",
"author": "Digicorp, Inc",
"license": "MIT",
"main":"dist/js/propeller.js",
"scripts": {
"test": "npm install propellerkit"
},
"repository": {
"type": "git",
"url": "https://github.com/digicorp/propeller/"
},
"keywords": [
"css",
"js",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"ignore": [
"archive",
"templates",
"!components/*/snippets/**"
],
"dependencies": {
"bootstrap": "^3.0.0",
"jquery":"^1.9.0"
}
}