-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 950 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
35
{
"author": "",
"name": "themeans-core",
"version": "0.3.0",
"description": "",
"homepage": "",
"dependencies": {},
"devDependencies": {
"angular-ui-publisher": "1.2.7",
"express": "~3.4.4",
"grunt": "~0.4.1",
"grunt-cjsify": "git://github.com/hdmessaging/grunt-cjsify",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-conventional-changelog": "~1.0.0",
"grunt-karma": "~0.6.2",
"grunt-ngmin": "0.0.3",
"grunt-replace": "^0.8.0",
"load-grunt-tasks": "~0.2.0",
"mustache": "^1.1.0",
"npm-publisher": "themeans/npm-publisher"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"engines": {
"node": "0.10.10"
}
}