-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "fm-ember",
"version": "1.0.0",
"description": "ember",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "\"npm run dev\"",
"dev": "grunt",
"lite-cli": "npm install -g lite-server",
"lite": "lite-server"
},
"keywords": [
"fm-ember",
"ember"
],
"homepage": "https://ifootmark.github.io/fm-ember/",
"bugs": {
"url": "https://github.com/ifootmark/fm-ember/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifootmark/fm-ember.git"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^1.0.0"
},
"devDependencies": {
"ember-data": "2.6.1",
"ember-inflector": "^1.9.4",
"fm-indexeddb": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-ember-templates": "^1.0.0",
"grunt-es6-module-transpiler": "^0.6.0"
},
"maintainers": [
{
"name": "ifootmark",
"email": "[email protected]"
}
]
}