-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 763 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 763 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
{
"name": "artisanstack",
"version": "0.0.0",
"main": "dist/artisanstack.min.js",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/phodal/artisanstack.git"
},
"scripts": {
"test": "grunt test;"
},
"keywords": [],
"author": "Phodal Huang",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"jasmine-ajax": "2.99.0",
"grunt-replace": "0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jasmine": "~0.8.0",
"grunt-template-jasmine-istanbul": "0.3.3",
"codeclimate-test-reporter": "0.0.4"
}
}