-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "project-base",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ThaoPV",
"license": "ISC",
"devDependencies": {
"grunt": "0.4.5",
"grunt-angular-templates": "1.0.4",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-imagemin": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-stylus": "1.2.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-csssplit": "0.4.1",
"grunt-develop": "0.4.0",
"grunt-filerev": "2.3.1",
"grunt-injector": "1.0.1",
"grunt-jscs": "3.0.1",
"grunt-json-angular-translate": "0.1.20",
"grunt-karma": "2.0.0",
"jasmine-core": "2.4.1",
"karma": "1.1.2",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-junit-reporter": "1.1.0",
"karma-phantomjs-launcher": "1.0.1",
"load-grunt-tasks": "3.5.0"
},
"dependencies": {
"bower": "1.7.9",
"di-linker": "2.1.2",
"express": "4.14.0",
"font-awesome-stylus": "4.6.2",
"kouto-swiss": "0.12.0",
"lodash": "4.16.4"
}
}