-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 906 Bytes
/
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
{
"name": "onepercentclub-site",
"description": "1%Club's website ================",
"version": "0.0.2",
"author": "",
"license": "BSD-3-Clause",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/onepercentclub/onepercentclub-site.git"
},
"bugs": {
"url": "https://github.com/onepercentclub/onepercentclub-site/issues"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-cli": "~0.1.9",
"grunt-bower-task": "~0.4.0",
"grunt-hashres": "~0.3.2",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-compass": "~0.7.2",
"grunt-microlib": "~0.1.1"
},
"devDependencies": {
"grunt-contrib-sass": "~0.8.1",
"grunt-es6-module-transpiler": "~0.5.1",
"jit-grunt": "~0.9.0",
"time-grunt": "~1.0.0"
},
"scripts": {
"build": "grunt build",
"test": "grunt karma:unit"
}
}