-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.09 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
{
"name": "fossil-core",
"version": "0.0.5",
"description": "core library for fossil",
"main": "index.js",
"scripts": {
"install": "./node_modules/bower/bin/bower install",
"update": "./node_modules/bower/bin/bower install",
"start": "./node_modules/grunt-cli/bin/grunt dev",
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"repository": "https://github.com/themouette/fossil-core.git",
"author": "Julien Muetton",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-concurrent": "~0.2.0",
"grunt-mocha": "~0.4.1",
"grunt-cli": "~0.1.9",
"bower": "~1.2.5",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"docco": "~0.6.2",
"grunt-docco": "~0.3.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-saucelabs": "~4.1.2",
"amdclean": "~0.2.6",
"grunt-contrib-jshint": "~0.7.2"
}
}