-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 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
49
{
"name": "US-CPB-TestTestTestDotCom",
"version": "1.0.0",
"engines": {
"node": "8.5.0"
},
"author": {
"name": "CP+B Technology",
"url": "https://github.com/cpbtechnology/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cpbtechnology/US-CPB-TestTestTestDotCom.git"
},
"scripts": {
"start": "node index.js"
},
"devDependencies": {
"ejs": "^1.0.0",
"express": "^4.6.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ejs-render": "^0.2.7",
"grunt-sass-lint": "^0.2.2",
"grunt-scss-lint": "^0.5.0",
"grunt-svgo": "^0.1.0",
"time-grunt": "^1.3.0"
},
"js": {
"_assets/js/main.min.js": [
"_assets/src/js/*.js"
]
},
"dependencies": {
"dart-sass": "^1.14.1",
"ejs": "^1.0.0",
"express": "^4.16.3",
"foo": "0.0.7",
"gem": "^2.4.3",
"node-sass": "^4.9.3",
"ruby": "^0.6.1"
}
}