-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 888 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": "alphaSys",
"version": "0.0.1",
"description": "αSystem. World's most advance motion picture production System",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"α",
"alpha",
"Sys"
],
"author": "αdithep SriNarulα",
"license": "ISC",
"devDependencies": {
"grunt-contrib-coffee": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-csslint": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-htmlmin": "*",
"grunt-cli": "*",
"grunt-newer": "*",
"grunt-coffeelint": "*",
"grunt-contrib-watch": "*",
"grunt": "*"
}
}